/*!
Theme Name: BERTONATI
Version: 2.0.0
Author: Naranja Web · www.naranjaweb.cl
License: GNU General Public License v2 or later
License URI: LICENSE
*/


/*
* Fancybox custom
*/

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    box-shadow: 2px 2px 5px #999
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }
@media all and (min-width: 800px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right : 0;
        height: 95px;
        padding: 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }
}

/*
* ACF Maps
*/
.acf-map {
	width: 100%;
	height: 105px;
	border: #ccc solid 1px;
	/*margin: 20px 0;*/
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}